From d86ec52547add225568aaf7e0b8501b21197ce41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Thu, 3 Dec 2015 18:27:47 +0100 Subject: [PATCH] GtkTreeModel: Remove erroneous transfer annotation --- gtk/gtktreemodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index bb8daedc2e..d919f586eb 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -1222,7 +1222,7 @@ gtk_tree_model_get_n_columns (GtkTreeModel *tree_model) * * Returns the type of the column. * - * Returns: (transfer none): the type of the column + * Returns: the type of the column */ GType gtk_tree_model_get_column_type (GtkTreeModel *tree_model, -- 2.30.2